www.gusucode.com > 收集一些使用mootools.js 实现的ajax效果集代码源码程序 > 收集一些使用mootools.js 实现的ajax效果集代码/mootools/mootools/demos/Sortables/style.css

    #test { 
	position: inherit;
}

ul#sortables {
	width: 300px;
	margin: 0;
	padding: 0;
}

li.sortme {
	padding: 4px 8px;
	color: #fff;
	cursor: pointer;
	list-style: none;
	width: 300px;
	background-color: #222;
}

ul#sortables li {
	margin: 10px 0;
}